home *** CD-ROM | disk | FTP | other *** search
- ; FAXBACK2.VMU
- ;
- ; This is the faxback script.
- ; It is the successor to FAXBACK.VMU
- ;
- ; FAXBACK2.VMU has better support for ONELINE vs. TWOLINE mode.
- ;
- ; TWOLINE mode means that the user will supply a phone number to send the fax to.
- ; ONELINE mode means that the user is calling from a Fax Phone and the fax will
- ; be sent to that machine at the end of the session.
- ;
- ; EITHERLINE mode means that the user will be prompted for ONELINE or TWOLINE mode.
- ;
- ;
- ; FAXBACK2.VMU supports both North America and "Rest of World" dialing.
- ; For North America it asks for 10 digits including the Area Code.
- ; For "Rest of World" it asks for up to 16 digits followed by a delay.
- ;
- ; This script takes two parmameters:
- ; $1 - Line Mode which will have one of the following values:
- ; ONELINE
- ; TWOLINE
- ; EITHERLINE
- ;
- ; $2 - Locale
- ; NORTHAMERICA
- ; RESTOFWORLD
- ;
- ; This file is a new version as it requires a new parameter to be added to the end.
- ;
-
- [STARTUP]
- Prompt=
- Action=noaction
- Default=$1
- Delay=0
-
- [EITHERLINE]
- Prompt=V\FODLINE
- Action=play
- Default=EITHERLINE
- Delay=3
- Retries=3
- Menu01=ONELINE
- Menu02=TWOLINE
- Dialtone=Goodbye_body
- Handsetup=Goodbye_body
-
- [SOFTABORT]
- Prompt=
- Action=exit
- Default=
- Delay=0
-
- [ONELINE]
- Prompt=V\STARTFAX.
- Action=play
- Default=FAXMODE
- Delay=1
- Dialtone=Goodbye_body
- Handsetup=Goodbye_body
-
- ; Same line fax back will hang up the line afterwards...
- [FAXMODE]
- Prompt=
- Action=faxmode
- Default=WAVE_BYE
- Delay=0
-
- [TWOLINE]
- Prompt=$FAXBACK_TWOLINE_Prompt
- Action=capturedigits
- Default=TWOLINE
- Delay=30
- Retries=3
- Value=30
- Menu00=FAXVERIFY
- Menu14=Return
- Menu15=FAXVERIFY
- Dialtone=Goodbye_body
- Handsetup=Goodbye_body
-
- [FAXVERIFY]
- Prompt=V\FODENTR+$tones
- Action=play
- Default=ClearBuffer
- Delay=0
- Retries=3
- Dialtone=Goodbye_body
- Handsetup=Goodbye_body
-
- [ClearBuffer]
- Prompt=clear
- Action=NoAction
- Default=FAXVERIFY2
- Delay=0
-
- [FAXVERIFY2]
- Prompt=V\FODENTRQ
- Action=play
- Default=FAXVERIFY2
- Delay=2
- Retries=3
- Menu01=FAXOK
- Menu02=TWOLINE
- Menu14=Return
- Menu15=WAVE_BYE
- Dialtone=Goodbye_body
- Handsetup=Goodbye_body
-
- [FAXOK]
- Prompt=$tones
- Action=nanumber
- Default=FAXQUEUED
- Delay=0
-
- [FAXQUEUED]
- Prompt=V\FOD2LINE
- Action=play
- Default=WAVE_BYE
- Delay=0
- Menu14=Return
- Menu15=WAVE_BYE
- Dialtone=Goodbye_body
- Handsetup=Goodbye_body
-
- [WAVE_BYE]
- Prompt=V\GOODBYE.
- Action=play
- Default=GOODBYE_BODY
- Delay=0
-
- [GOODBYE_BODY]
- Prompt=
- Action=hangup
- Default=
- Delay=0
-
- [Return]
- Action=ReturnMenu
- Prompt=Save
- Default=
-